Plot routes on SHN¶

See what highway corridors show up.

Can span multiple operators. These corridors, if improved, would benefit all operators.

Brainstorm¶

Filter to just routes that are on SHN.

  • In top 75% of trips_all_day_per_mi...mostly to select out where trips occur on highways OR
  • <= 25 mph average for RT speeds, relatively slow speeds for routes that are running on SHN! Only if RT info is present (not always available for express buses)
/opt/conda/lib/python3.10/site-packages/geopandas/_compat.py:112: UserWarning: The Shapely GEOS version (3.10.3-CAPI-1.16.1) is incompatible with the GEOS version PyGEOS was compiled with (3.10.1-CAPI-1.16.0). Conversions between both will be slow.
  warnings.warn(
speed cutoff: 20, trip quartile cutoff: 2
# obs statewide: 114
4     49
7     32
11    14
8     10
10     7
12     2
Name: District, dtype: int64

District 1¶

No highway corridors meet this criteria.

District 2¶

No highway corridors meet this criteria.

District 3¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 4¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 5¶

No highway corridors meet this criteria.

District 6¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 7¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 8¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 9¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 10¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 11¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

District 12¶

Average Speed¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Trips¶

Make this Notebook Trusted to load map: File -> Trust Notebook

Highway 1 in District 4, near Golden Gate Park. PCH (1) in District 7. Both are technically part of SHN, but have much slower speeds, or are more like arterial segments.

Change colormap to go above 30 mph because that was more applicable to urban speeds.

Maybe different scales by RouteType, because Interstate/US vs State is different speeds. See how speed limit can be brought in.